net/http.Transport.reqMu (field)

7 uses

	net/http (current package)
		transport.go#L103: 	reqMu       sync.Mutex
		transport.go#L922: 		t.reqMu.Lock()
		transport.go#L924: 		t.reqMu.Unlock()
		transport.go#L926: 	t.reqMu.Lock()
		transport.go#L931: 	t.reqMu.Unlock()
		transport.go#L942: 	t.reqMu.Lock()
		transport.go#L944: 	t.reqMu.Unlock()